home *** CD-ROM | disk | FTP | other *** search
- // Sample EDC
- images {
- image, "background.png" COMP;
- }
- collections {
- group {
- name, "tclock/main";
- min, 32 32;
- max, 1024 768;
-
- parts {
- part {
- name, "background";
- type, IMAGE;
- mouse_events, 0;
- description {
- state, "default" 0.0;
- rel1 {
- relative, 0.0 0.0;
- offset, 0 0;
- }
- rel2 {
- relative, 1.0 1.0;
- offset, -1 -1;
- }
- image {
- normal, "background.png";
- }
-
- }
- }
-
- part {
- name: "tclock_format";
- type: TEXT;
- mouse_events, 0;
- description {
- state: " %a %d,%b %H:%M" 0.0;
- }
- }
-
- part {
- name: "tclock_text";
- type: TEXT;
- effect: SOFT_SHADOW;
- mouse_events, 0;
-
- description {
- state, "default" 0.0;
- rel1 {
- relative, 0.0 0.0;
- offset, 0 0;
- }
-
- rel2 {
- relative, 1.0 1.0;
- offset, -1 -1;
- }
- color: 255 255 255 230;
- //color2: 0 0 255 155;
- color3: 0 0 0 50;
- text {
- text, "Starting the clock...";
- font, "vera";
- size, 16;
- align, 0.5 0.5;
- }
- }
- }
- } /* Close Parts */
-
- } /* Close Group */
- } /* Close Coll */
-